Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^28.0.6
->^28.0.7
^16.0.1
->^16.0.3
^0.25.10
->^0.25.11
^4.52.2
->^4.52.4
^7.1.7
->^7.1.10
Release Notes
rollup/plugins (@rollup/plugin-commonjs)
v28.0.7
2025-10-14
Bugfixes
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.3
2025-10-13
Bugfixes
v16.0.2
2025-10-04
Bugfixes
evanw/esbuild (esbuild)
v0.25.11
Compare Source
Add support for
with { type: 'bytes' }
imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binary
loader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-
/max-
prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100
(or more specifically with--supported:media-range=false
if desired):rollup/rollup (rollup)
v4.52.4
Compare Source
2025-10-03
Bug Fixes
Pull Requests
v4.52.3
Compare Source
2025-09-27
Bug Fixes
Pull Requests
fb197b7
(@renovate[bot])vitejs/vite (vite)
v7.1.10
Compare Source
Bug Fixes
//
(#20760) (b95fa2a)fileToBuiltUrl
(#20898) (73b6d24)Documentation
WebSocket
spelling (#20890) (29e98dc)Miscellaneous Chores
v7.1.9
Compare Source
Reverts
v7.1.8
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
create-react-app
license (#20865) (166a178)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.